home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / quikcmd2.zip / ZOOMBACK.DOC < prev    next >
Text File  |  1990-10-23  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.                             QUICK COMMAND version 2.0
  5.  
  6.                          Copyright 1989, 1990 Dan Jincks
  7.  
  8.  
  9.                       ZOOMBACK.LSP is module of QUICK COMMAND
  10.  
  11.  
  12.                This is SHAREWARE, it is NOT Public Domain software.
  13.  
  14.                This code or any part of this code may not be reproduced
  15.                in any publication without prior written permission.
  16.  
  17.                Printed copy of this code or any part of this code may NOT
  18.                be distributed without prior written permission.
  19.  
  20.                Hard copy may only be made for reference purposes by
  21.                the end user.
  22.  
  23.  
  24.                                 Dan Jincks
  25.                               Box 155A HCR 77
  26.                             Annapolis, MO 63620
  27.  
  28.  
  29.  
  30.        You are granted a limited license to use ZOOMBACK.LSP, a module of
  31.        QUICK COMMAND, for a 30 day trial period.  If you wish to continue
  32.        using any or all of QUICK COMMAND after the trial period, you must
  33.        become a registered user.  As a registered user, you may use QUICK
  34.        COMMAND on 1 workstation or terminal.  Additional registrations must
  35.        be bought for each additional workstation or terminal.  To become a
  36.        registered user, fill out the order form that can be printed out
  37.        from ORDERQC.DOC
  38.  
  39.  
  40.        You may send copies of QUICK COMMAND to friends and associates if
  41.        you abide by the following rules:
  42.  
  43.        1.  It may only be distributed in the original unmodified form.
  44.        2.  All original files must be included.
  45.        3.  No addition files may be added.
  46.        4.  If other files will be on the same disk, QUICK COMMAND files
  47.            must be in a library format such as ".ARC" called "QUICKCMD",
  48.            or else be put alone in a subdirectory called "QUICKCMD".
  49.        5.  You may not sell QUICK COMMAND or any part of it.
  50.        6.  You are not allowed to charge more then $5 to cover the cost of
  51.            copying and distribution.
  52.        7.  You may not distribute any printed copy of the contents of QUICK
  53.            COMMAND.
  54.  
  55.  
  56.        These AutoLISP commands and functions are designed to save you time,
  57.        and saving time means saving money.  The registration fee is very
  58.        modest compared to the savings, and much less expensive then typical
  59.        third party AutoCAD software.  Be sure to registar if you continue
  60.        to use them.
  61.                                                                 DAN
  62.  
  63.  
  64.          AutoCAD and AutoLISP are registered trade marks of Autodesk Inc.
  65.  
  66.        *
  67.  
  68.        *****************************  1  **********************************
  69.  
  70.  
  71.  
  72.  
  73.        ZB
  74.  
  75.        PURPOSE:  Zoom back without a regen.
  76.  
  77.        SYNOPSIS:  Zooms back as far as possible without causing a drawing
  78.        regeneration to occur.  Specifically designed to work in 3D while
  79.        using any User Coordinate System.  Works in 2D as well.
  80.  
  81.        LIMITATIONS:   None.
  82.  
  83.        INPUT:   None.
  84.  
  85.        RESULTS:   No unexpected regens from zooming back.
  86.  
  87.        USES:   Greatly reduces unnecessary drawing regenerations - thus
  88.        conserving time and temper.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.        *
  133.